Package com.cisco.pt.ipc.sim.impl
Class ARPEntryImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.ARPEntryImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetIpAddress(IPAddress ipAddress) voidsetMacAddress(MACAddress macAddress) voidsetPortName(String portName) Methods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVector
-
Field Details
-
ipAddress
-
macAddress
-
portName
-
-
Constructor Details
-
ARPEntryImpl
public ARPEntryImpl()
-
-
Method Details
-
getIpAddress
- Specified by:
getIpAddressin interfaceARPEntry- Returns:
- IPAddress Returns a IPAddress
-
setIpAddress
- Specified by:
setIpAddressin interfaceARPEntry- Parameters:
ipAddress- Takes in a parameter of ipAddress
-
getMacAddress
- Specified by:
getMacAddressin interfaceARPEntry- Returns:
- MACAddress Returns a MACAddress
-
setMacAddress
- Specified by:
setMacAddressin interfaceARPEntry- Parameters:
macAddress- Takes in a parameter of macAddress
-
getPortName
- Specified by:
getPortNamein interfaceARPEntry- Returns:
- String Returns a String
-
setPortName
- Specified by:
setPortNamein interfaceARPEntry- Parameters:
portName- Takes in a parameter of portName
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Specified by:
readin classIPCDataImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-